[PR]テレビ番組表
今夜の番組チェック

名無しどきゅめんと web page


□雑記

辞書の内容一覧

html_edit.dicに記述されている変換前と後の単語一覧です。

入力変換
doctype<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
meta<meta name="" content="">
metatype<meta http-equiv="Content-Type">
shiftjis content="text/html; charset=Shift_JIS"
euc content="text/html; charset=EUC"
utf content="text/html; charset=UTF-8"
metastyle<meta http-equiv="Content-Script-Type" content="text/css">
metarobot<meta name="robots" content="ALL">
metatitle<meta name="title" content="タイトル">
metaname<meta name="author" content="名前">
metaintro<meta name="description" content="サイト紹介文">
metaword<meta name="keywords" content="あ,い">
metadate<meta name="build" content="年月日">
metajump<meta http-equiv="refresh" content="5; url=http://">
importstyle<link rel="stylesheet" href="*.css" type="text/css">
import<link rel="" href="">
importjs<script src="*.js" language="JavaScript"></script>
comment<!-- コメント -->
html<html lang="ja"></html>
head<head></head>
title<title></title>
 title=""
body<body></body>
b<b></b>
i<i></i>
u<u></u>
strike<strike></strike>
<s></s>
h1<h1></h1>
h2<h2></h2>
h3<h3></h3>
h4<h4></h4>
h5<h5></h5>
h6<h6></h6>
p<p></p>
div<div></div>
img<img src="" width="" height="" alt="[画像]" title="">
<img src="*.gif" alt="[画像]">
<img src="*.jpg" alt="[画像]">
<img src="*.png" alt="[画像]">
script<script language="JavaScript"><!-- ここに記述 --></script>
noscript<noscript>JavaScriptを有効にして下さい。</noscript>
style<style type="text/css"><!-- ここに記述 --></style>
 style=""
 style="color:#6666FF;"
link<a href="http://">リンク</a>
<a href="mailto:mail@aaa.com?subject=管理人宛">メール</a>
<a name="label"></a>
target target=""
 target="_blank"
 target="_self"
 target="_parent"
 target="_top"
br<br>
nobr<nobr>
wbr<wbr>
hr<hr>
ul<ul><li>項目1</li></ul>
list<ul><li>項目1</li></ul>
ol<ol><li>項目1</li></ol>
listnum<ol><li>項目1</li></ol>
li<li></li>
dl<dl><dt>項目</dt><dd>説明文</dd><dt>項目</dt><dd>説明文</dd><dl>
dt<dt>項目</dt><dd>説明文</dd>
dd<dd></dd>
blink<blink></blink>
ruby<ruby><rb>単語</rb><rp>(</rp><rt>ふりがな</rt><rp>)</rp></ruby>
code<code></code>
var <var></var>
samp <samp></samp>
kbd<kbd></kbd>
df<dfn></dfn>
font<font></font>
small<small></small>
big<big></big>
strong<strong></strong>
em<em></em>
sp<span></span>
form<form></form>
<form method="get" action="cgi-bin/*.cgi"></form>
<form method="post" action="cgi-bin/*.cgi"></form>
text<input type="text" name="textbox" size="20" value="">
<input type="password" name="textbox" size="20" value="">
<input type="file" name="textbox" size="20" value="">
input<input type="hidden" name="" value="">
textarea<textarea name="scroll" rows="5" cols="20"></textarea>
drop<select name="d"><option value="v">a</option></select>
<select name="listbox" size="5"></select>
op<option value="値">項目</option>
<option value="値" selected>項目</option>
<option value="値" disabled>項目</option>
opgroup<optgroup label="グループ名"></optgroup>
label<label acceskey="N" for="namae">名前[N]</label>
fieldset<fieldset><legend>グループ1</legend></fieldset>
legend<legend></legend>
check<input type="checkbox" name="c_group1" value="値">
<input type="checkbox" name="c_group1" value="値" checked>
radio<input type="radio" name="r_group1" value="値">
<input type="radio" name="r_group1" value="値" checked>
push<input type="button" name="n_button" value="標準">
<input type="submit" name="s_button" value="送信">
<input type="reset" name="r_button" value="リセット">
table<table width="200"><tr><td>1-1</td><td>1-2</td></tr></table>
caption<caption></caption>
thead<thead></thead>
tbody<tbody></tbory>
tfoot<tfoot></tfoot>
th<th>見出し</th>
tr<tr></tr>
td<td></td>
<td colspan="2"></td>
<td rowspan="2"></td>
cell border="1" cellpadding="1" cellspacing="1"
center<center></center>
pre<pre></pre>
tt<tt></tt>
sub<sub></sub>
sup<sup></sup>
blockquote<blockquote></blockquote>
cite<cite></cite>
q<q></q>
ins<ins></ins>
del<del></del>
embed<embed src="*.swf" width="100" height="100" alt="">
noembed<noembed>プラグインがありません。</noembed>
frameset<frameset rows="20%,80%" frameborder="1"></frameset>
<frameset cols="20%,80%" frameborder="1"></frameset>
frame<frame src="*.html" name="page" scrolling="auto">
<frame src="*.html" name="page" scrolling="auto" noresize>
iframe<iframe src="*.html" name="iframe" height="100" width="200">
noframe<noframes>フレーム対応のブラウザでご覧下さい。</noframes>
maxlength maxlength="10"
tabindex tabindex="0"
size width="" height=""
 size=""
width width=""
height height=""
color color="#"
 color="red"
 color="blue"
 color="white"
pos align=""
 align="left"
 align="right"
 align="center"
class class=""
summary summary="表の説明"
border border="1"
bordercolor bordercolor="#"
lang lang=""
 lang="ja"
 lang="en"
clear clear=""
 clear="left"
 clear="right"
 clear="center"
background background="*.gif"
face face="MS 明朝"
type type=""
start start="2"
value value=""
vpos valign=""
 valign="left"
 valign="right"
 valign="center"
name name=""
src src=""
lowsrc lowsrc="*.gif"
scrolling scrolling="auto"
 scrolling="yes"
 scrolling="no"
alt alt=""
hspace hspace="1"
vspace vspace="1"
accesskey accesskey="B"
id id=""
event onclick="()"
 ondblclick="()"
 onkeydown="()"
 onkeypress="()"
 onkeyup="()"
 onmousemove="()"
 onmouseout="()"
 onmouseover="()"
 onmouseup="()"
 onload="()"
 onunload="()"
 onBlur="()"
 onFocus="()"
 onChange="()"
 onAbort="()"
 onError="()"
 onmove="()"
 onReset="()"
 onSelect="()"
 onresize="()"
 onSubmit="()"
space&nbsp;
<&lt;
>&gt;
"&quot;
&rdquo;
&ldquo;
&rsquo;
&lsquo;
&&amp;
copy&copy;
reg&reg;
trade&trade;
spade&spades;
club&clubs;
diam&diams;
heart&hearts;
radic&radic;
middot&middot;
file.jpg
.gif
.png
.html
.htm
.js
.css
.zip
.lzh
.swf
.cgi
.mid
.wav
.mp3
.avi
ぐーぐるhttp://www.google.co.jp/
おまえもなー( ´∀`)<オマエモナー


著作権表示 (C) 2003 nanashi


このページは以下のブラウザでの動作を確認しています。いずれもWin版です。
Microsoft Internet Explorer 6.0  Netscape 7.0  Opera 7.02  Lynx 2.83